home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / CWPPCDebug / Build next >
Encoding:
Text File  |  1996-04-25  |  509 b   |  18 lines  |  [TEXT/MPS ]

  1. # This script uses a combination of MPW scripts and AppleEvents sent to CodeWarrior
  2. # to build the ODF Static libraries (debug build).
  3. #
  4. # This script also assumes that you have placed UserStartup•ODF in your MPW folder.
  5.  
  6. ##### Resources and SOM
  7.  
  8. "{ODF}CWPPCDebug:BuildExtras" Metrowerks SOM
  9.  
  10. ##### CodeWarrior projects - static libraries
  11.  
  12. Directory "{ODF}CWPPCDebug:"
  13. For project In ODFRuntime ODUtils ODFFoundation ODFOS ODFFramework
  14.     Echo "Building {project}"
  15.     FWBuildCW "{ODF}CWPPCDebug:{project}.π"
  16. End
  17.  
  18.